projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8313c
)
GtkTrayIcon: fix uninitialised variable
author
Balló György
<ballogyor@gmail.com>
Sun, 10 Apr 2016 19:42:04 +0000
(21:42 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2016 02:03:48 +0000
(22:03 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=764863
gtk/deprecated/gtktrayicon-x11.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtktrayicon-x11.c
b/gtk/deprecated/gtktrayicon-x11.c
index 02310a9ad15f9429d9742ca308e232ba1dda3e9c..556b9da696ce274ecfd1c7b46872b98f9b9c175e 100644
(file)
--- a/
gtk/deprecated/gtktrayicon-x11.c
+++ b/
gtk/deprecated/gtktrayicon-x11.c
@@
-551,6
+551,7
@@
gtk_tray_icon_get_colors_property (GtkTrayIcon *icon)
{
GdkRGBA color;
+ color.alpha = 1.0;
g_object_freeze_notify (G_OBJECT (icon));
color.red = prop.prop[0] / 65535.0;